<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module {
    width: 100%;
    overflow: hidden;
}

.module-nav-container {
    margin: 0 0 15px;
    padding: 0;
    height: 50px;
    box-sizing: border-box;
}

.module-nav-item {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
}

.module-nav .module-nav-container .module-nav-item a {
    color: #333;
}

.module-product-card {
    position: relative;
}

.module-product-card-img img {
    width: 100%;
}

.module-list-card {
    position: relative;
}

.module-list-card-img img {
    width: 100%;
}

.module-list-pagation {
    width: 275px;
    height: 40px;
    margin: 0 auto 100px;
    font-size: 12px;
    margin-top: 41px;
}

.module-product-pagation {
    width: 275px;
    height: 40px;
    margin: 0 auto 100px;
    font-size: 12px;
}

.span-letter-space-1 {
    letter-spacing: 1px;
}

.span-letter-space-3 {
    letter-spacing: 3px;
}

.pagation {
    float: left;
    line-height: 53px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    width: 55px;
    height: 55px;
    text-align: center;
}

.pagation:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #aaa;
}

.pagation:last-child {
    border-radius: 0 5px 5px 0;
}

.pagation:hover {
    background-color: #aaa;
    color: #fff;
}

.current-page {
}

.div-inline {
    display: inline;
}

.module-detail &gt; .contact-us {
    margin-top: 70px;
}

.breadcrumb-nav {
    margin-top: 25px;
}

.breadcrumb-nav a {
    font-size: 16px;
    color: #909090;
}

.breadcrumb-nav .nav-current {
    color: #5a9ad7;
}

.breadcrumb-nav a:not(.nav-home):before {
    content: url(/img/triangle.png);
    display: inline-block;
    margin: 0 20px;
}

.module-detail-content {
    margin-top: 25px;
}

.module-detail-card {
    margin: 0 0 40px 0;
}

.module-detail-subtitle {
    display: inline-block;
    width: 100%;
    color: #5a9ad7;
    font-size: 22px;
    font-weight: normal;
}

.module-detail-paragraph {
    font-size: 16px;
    text-indent: 32px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.module-detail-img {
    margin-top: 10px;
    text-align: center;
}

.module-detail-img div {
    display: inline-block;
}

.module-detail-img-1 {
    width: 100%;
}

.module-detail-img-1 img {
    width: 80%;
}

.module-detail-img-2 {
    width: 30%;
}

.module-detail-img-2 img {
    width: 100%;
}

.module-detail-img-3 {
    width: 20%;
}

.module-detail-img-3:nth-child(2) {
    margin: 0 78px;
}

.module-detail-img-3 img {
    width: 100%;
}

.module-vertical-nav {
    position: fixed;
    left: 85%;
    top: 230px;
}

.vertical-nav-ul .vertical-nav-item {
    margin-bottom: 3px;
}

.vertical-nav-ul .vertical-nav-item a {
    color: #000;
}

.contact-us-card {
    color: #707070;
    margin-bottom: 25px;
}

.contact-us-card .contact-us-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
}



.contact-us-QRcode {
    width: 90px;
    margin-top: 10px;
}

.recruit-card {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    cursor:pointer;
}

.timeline-container {
    position: relative;
    margin: 32px 0;
}

.timeline-container:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    width: 1px;
    background-color: #bdd7ef;
}

.timeline-item {
    position: relative;
    margin: 0 0 30px 0;
}

.timeline-item:after {
    content: '';
    display: table;
    clear: both;
}

.timeline-item:first-child {
    margin-top: 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-content {
    position: relative;
    margin-left: 60px;
}

.module-product-more span a {
    font-style: italic;
    color: #387ec8;
}

.module-product-more span a:before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid #387ec8;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}

.module-list-more span a {
    font-style: italic;
    color: #387ec8;
}

.module-list-more span a:before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid #387ec8;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}

.timeline-content span {
    display: inline-block;
}

.timeline-content-year {
    font-size: 35px;
    color: #5a9ad7;
    font-weight: bolder;
}

.timeline-content-year:before {
    content: url(/img/bigpoint.png);
    position: absolute;
    left: -60px;
    top: 3px;
}

.timeline-content-time {
    color: #9cb9d3;
    font-size: 16px;
    font-weight: bold;
}

.timeline-content-describe {
    /*margin-top: 8px;*/
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.timeline-content-describe:before {
    content: '';
    position: absolute;
    background-image: url(/img/smallpoint.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    left: -52px;
    top: 2px;
}

.span-inline-block {
    display: inline-block;
}

.hide-pc {
    display: none;
}

.module-cor-img-group {
    max-width: 960px;
}

.cor-img img {
    width: 210px;
}

.module-create-img-group {
    max-width: 960px;
}

.create-img {
    height: 302px;
}

.create-img img {
    width: 220px;
}

.carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 15;
    width: 220px;
    height: 10px;
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    background-color: #ccc;
    background-color: rgba(238, 238, 238, 1);
}

.carousel-indicators li {
    float: left;
    display: block;
    width: 32.5%;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    background-color: rgba(238, 238, 238, 1);
    border: none;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 33%;
    height: 10px;
    margin: 0;
    background-color: #388DDE;
}

.show-alt-2 {
    position: absolute;
    width: 220px;
    height: 60px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.show-alt {
    position: absolute;
    width: 220px;
    height: 60px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 10;
}

.show-alt span {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.pre-cor {
    display: none;
}

.next-cor {
    display: none;
}

.recruit-card {
    max-width: 450px;
}

.carousel {
    width: 220px;
}


.recruit {
    margin-top: 50px;
}

.recruit-card {
    height: 230px;
    margin-bottom: 80px;
}

.recruit-card .card-pic div {
    height: 230px;
    display: table-cell;
    vertical-align: middle;
}

.recruit-card .card-text &gt; div {
    height: 230px;
    display: table-cell;
    vertical-align: middle;
}

.recruit-card .card-text .card-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.recruit-card .card-text .card-describe {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
}

.recruit-card .card-text .card-describe label {
    font-weight: normal;
}

.module-list-card {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .hide-pc {
        display: block;
    }

    .module-detail-content p img {
        width: 100% !important;
        height: auto !important;
    }
    .module-detail-card img {
        width: 100% !important;
        height: auto !important;
}

    .intro-time {
        display:none;
    }

    .module-backPic-product {
        width: 100%;
        height: 50px;
        background: url(/img/mobileProduct.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-news {
        width: 100%;
        height: 50px;
        background: url(/img/news_mobile.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-about-us {
        width: 100%;
        height: 50px;
        background: url(/img/mobileAbout.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-content {
        width: 100%;
        height: 50px;
        background: url(/img/mobilePlan.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .module-backPic-success {
        width: 100%;
        height: 50px;
        background: url(/img/success_mobile20240524.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .cor-img img {
        width: 130px;
    }

    .module-nav-container {
        border-bottom: 1px solid #f5f5f5;
    }

    .module-nav-container .nav-item-notBlank a {
        font-weight: 500;
    }

    .module-nav-container .nav-item-notBlank.active a {
        color: #007db8;
    }

    .module-nav-container .nav-item-blank {
        display: none;
    }

    .module-product {
        width: 100%;
        margin-top: 20px;
    }

    .module-product .module-product-card {
        width: 90%;
        margin: 50px auto 50px;
        border-bottom: 1px solid #e3e3e3;
    }

    .module-product-card .module-product-intro {
        width: 100%;
    }

    .module-product-card .module-product-intro .module-product-card-img {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .module-product-card .module-product-intro .intro-time {
        position: absolute;
        top: 5px;
        right: 0;
        color: #e3e3e3;
        font-size: 12px;
    }

    .module-product-card .module-product-intro .intro-title {
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        color: #000;
    }

    .module-product-card-intro {
        margin-bottom: 30px;
    }

    .module-product .module-product-card .module-product-more {
        margin: 10px auto 30px;
    }

    .module-product-pagation {
        display: none;
    }

    .module-list {
        width: 100%;
        margin-top: 20px;
    }

    .module-list .module-list-card {
        width: 90%;
        margin: 0 auto 10px;
        border-bottom: 1px solid #f5f5f5;
    }

    .module-list .module-list-card:last-child {
        border: none;
    }

    .module-list-card .module-list-intro {
        margin-bottom: 5px;
        width: 100%;
        height: 86px;
    }

    .module-list-intro div {
        display: inline-block;
    }

    .module-list-card .module-list-intro .module-list-card-img {
        width: 35%;
        margin-right: 10%;
    }
    .module-list-card-img img {
        vertical-align: -webkit-baseline-middle;
    }

    .module-list-card .module-list-intro .intro-time {
        color: #e3e3e3;
        font-size: 12px;
    }
    .module-list-card-intro {
        width:53%;
    }

    .module-list-card .module-list-intro .intro-title {
        width:100%;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 20px;
        font-weight: 500;
        color: #000;
        height:40px;
    }

    .module-list .module-list-card .module-list-more {
        position: absolute;
        top: 50px;
        margin: 2px 0 0 47%;
    }

    .module-list-pagation {
        display: none;
    }

    .module-list-more span a {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .module-list-more span a:before {
        border-width: 5px;
        vertical-align: baseline;
    }

    .intro-para {
        margin-bottom: 0;
        color: #4e4e4e;
    }

    .list-intro-para {
        display: none;
    }

    .module-mobile-more {
        margin: 30px auto;
        text-align: center;
    }

    .module-mobile-more .mobile-more-button {
        background-color: #fff;
        border: 1px solid #b0b0b0;
        border-radius: 20px;
        font-size: 15px;
        line-height: 25px;
        color: #b0b0b0;
        display: inline-block;
        padding: 2px 21px;
    }

    .recruit-card {
        width: 90%;
        margin: 0 auto 10px;
        padding: 0;
    }

    .recruit-card .card-pic img {
        width: 95px;
    }

    .module-history {
        width: 90%;
        margin: 32px auto;
    }

    .module-vertical-nav {
        display: none;
    }

    .module-detail {
        width: 90%;
        margin: 0 auto;
    }

    .module-detail-article {
        margin-top: 30px;
    }

    .module-detail-header .module-detail-title {
        font-size: 24px;
        font-weight: 500;
        color: #000;
    }

    .module-detail-header .module-detail-remark {
        display: none;
    }

    .module-detail-subtitle {
        margin: 0 0 20px;
        font-weight: normal;
        font-size: 20px;
    }
    

    .module-detail-subtitle:before {
        vertical-align: text-top;
        border-width: 11px;
    }

    .module-detail-paragraph {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .module-detail .breadcrumb-nav {
        display: none;
    }

    .module-detail .contact-us {
        margin-top: 30px;
    }

    .contact-us-map {
        display: none;
    }

    .contact-us-contact {
        float: left;
    }

    .contact-us-card span {
        display: inline-block;
    }

    .contact-us-card .contact-us-title {
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
        display: block;
        letter-spacing: 1px;
    }

    .contact-us-card .contact-us-content {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-us-card.contact-us-email {
        margin-bottom: 75px;
    }

    .contact-us-card .contact-us-QRcode {
        display: block;
    }

    .recruit-card:last-child {
        margin-bottom: 30px;
    }

    .recruit-card .card-text .card-title {
        font-size: 18px;
    }

    .module-nav .module-nav-container .nav-item-notBlank.active {
        background-color: #f5f5f5;
    }

    .module-nav .module-nav-container .nav-item-notBlank {
        border-bottom: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

    .create-img {
        margin-bottom: 30px;
    }

    .cor-list ul {
        max-width: 960px;
        text-align: center;
        margin: 40px 0;
        padding: 0;
    }

    .cor-list ul li {
        display: none;
        color: #e0e0e0;
        font-size: 20px;
    }

    .cor-list ul li.active {
        display: inline-block;
    }

    .pre-cor {
        display: inline-block !important;
        position: absolute;
        left: 10%;
    }

    .next-cor {
        display: inline-block !important;
        position: absolute;
        right: 10%;
    }

    .module-cor-img-group {
        display: none;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .module-backPic-product {
        width: 100%;
        height: 50px;
        background: url(/img/product_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1010px;
    }

    .module-backPic-news {
        width: 100%;
        height: 50px;
        background: url(/img/news_pc.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1010px;
    }

    .module-detail-content p img {
        width: 100% !important;
        height: auto !important;
    }

    .module-backPic-about-us {
        width: 100%;
        height: 50px;
        background: url(/img/about_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1010px;
    }

    .module-backPic-content {
        width: 100%;
        height: 50px;
        background: url(/img/content_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1010px;
    }

    .module-backPic-success  {
        width: 100%;
        height: 50px;
        background: url(/img/success_pc20240524.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1010px;
    }

    .create-img {
        margin-left: 220px;
    }

    .module-list {
        width: 100%;
        margin-top: 20px;
    }

    .module-list .module-list-card {
        width: 90%;
        margin: 0 auto 10px;
        border-bottom: 1px solid #f5f5f5;
    }

    .module-list .module-list-card:last-child {
        border: none;
    }

    .intro-para {
        color: #4e4e4e;
        text-indent: 28px;
        line-height: 25px;
        margin-top: 18px;
        margin-bottom: 0;
    }

/*  TODO not work*/
    .intro-para:first-child {
        margin-top: 25px;
    }

    .module-list-card-intro {
        position: absolute;
        margin-top: 12px;
    }

    .module-list-card .module-list-intro {
        margin-bottom: 5px;
        width: 100%;
        height: 200px;
    }

    .module-list-intro div {
        display: inline-block;
    }

    .module-list-card .module-list-intro .module-list-card-img {
        width: 35%;
        margin-right: 5%;
    }

    .module-list-card .module-list-intro .intro-time {
        color: #e3e3e3;
        font-size: 12px;
    }

    .module-list-card .module-list-intro .intro-title {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
    }

    .module-list .module-list-card .module-list-more {
        position: absolute;
        bottom: 20px;
        right: 4%;
    }

    .module-list-pagation {
        display: none;
    }

    .module-list-more span a {
        font-size: 12px;
    }

    .module-list-more span a:before {
        border-width: 6px;
        vertical-align: text-top;
    }

    .span-float-right {
        float: right;
    }

    .span-letter-space {
        letter-spacing: 1px;
    }

    .module-product {
        width: 95%;
        margin: 50px auto;
    }

    .module-product-card {
        border-bottom: 1px solid #f5f5f5;
        padding: 70px 30px;
        height: 490px;
    }

    .module-product-card:last-child {
        border-bottom: none;
    }

    .module-product-card:hover {
    }

    .module-product-intro {
        vertical-align: top;
    }

    .module-product-intro div {
        display: inline-block;
        width: 45%;
    }

    .module-product-card-img {
        display: inline-block;
        margin-right: 50px;
        height: 350px;
        line-height: 350px;
        vertical-align: top;
    }

    .module-product-card-intro {
        width: 500px;
    }

    .module-product-card-intro .intro-time {
        font-size: 12px;
        color: #bfbfbf;
        vertical-align: top;
    }

    .span-float-right {
        float: right;
    }

    .module-product-card-intro .intro-title {
        display: inline-block;
        color: #000;
        font-size: 22px;
    }

    .module-product-more {
        position: absolute;
        right: 11%;
    }

    .module-list-more span a {
        font-size: 12px;
    }

    .module-list-more span a:before {
        border-width: 6px;
        vertical-align: text-top;
    }

    .module-mobile-more {
        margin: 30px auto;
        text-align: center;
    }

    .module-mobile-more .mobile-more-button {
        background-color: #fff;
        border: 1px solid #b0b0b0;
        border-radius: 20px;
        font-size: 20px;
        line-height: 36px;
        color: #b0b0b0;
        display: inline-block;
        padding: 2px 21px;
    }

    .module-detail {
        width: 90%;
        margin: 0 auto;
    }

    .module-detail-header {
        text-align: center;
    }

    .module-detail-header &gt; span {
        display: block;
        margin: 5px 0;
    }

    .module-detail-article {
        margin-top: 30px;
    }

    .module-detail-title {
        font-weight: bold;
        font-size: large;
    }

    .module-detail-subtitle {
        margin: 45px 0 25px;
    }

    .module-vertical-nav {
        display: none;
    }

    .module-nav .module-nav-container .nav-item-notBlank.active {
        background-color: #f5f5f5;
    }

    .module-nav .module-nav-container .nav-item-notBlank {
        border-bottom: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

    .module-nav .module-nav-container {
        border-bottom: 1px solid #f5f5f5;
    }

    .module-nav .module-nav-container .nav-item-notBlank {
        width: 25%;
    }

    .module-nav .module-nav-container .nav-item-notBlank a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }

    .module-nav .module-nav-container .nav-item-notBlank.active a {
        color: #007db8;
    }

    .module-nav .module-nav-container .nav-item-blank {
        display: none;
    }

    .recruit-card {
        margin-right: 10px;
        height: 230px;
        width: 365px;
    }

    .recruit-remark {
        display: block;
        margin-left: 64px;
    }

    .create-img {
        margin-bottom: 30px;
    }

    .cor-list ul {
        max-width: 960px;
        text-align: center;
        margin: 40px 0;
        padding: 0;
    }

    .cor-list ul li {
        display: none;
        color: #e0e0e0;
        font-size: 20px;
    }

    .cor-list ul li.active {
        display: inline-block;
    }

    .pre-cor {
        display: inline-block !important;
        position: absolute;
        left: 10%;
    }

    .next-cor {
        display: inline-block !important;
        position: absolute;
        right: 10%;
    }

    .module-cor-img-group {
        display: none;
    }

    .module-history {
        width: 60%;
        margin: 30px auto 70px auto;
    }

    .recruit-card .card-pic img {
        width: 90px;
    }

    .module-detail .contact-us {
        margin-top: 50px;
    }

    .contact-us-map {
        display: none;
    }

    .contact-us-contact {
        float: left;
    }

    .contact-us-card span {
        display: inline-block;
    }

    .contact-us-card .contact-us-title {
        margin-right: 10px;
    }

    .contact-us-card .contact-us-content {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-us-card.contact-us-email {
        margin-bottom: 75px;
    }

    .contact-us-card .contact-us-QRcode {
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
    .span-letter-space {
        letter-spacing: 1px;
    }

    .module-backPic-product {
        width: 100%;
        height: 50px;
        background: url(/img/product_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .module-backPic-news {
        width: 100%;
        height: 50px;
        background: url(/img/news_pc.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-about-us {
        width: 100%;
        height: 50px;
        background: url(/img/about_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-content {
        width: 100%;
        height: 50px;
        background: url(/img/content_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .module-backPic-success {
        width: 100%;
        height: 50px;
        background: url(/img/success_pc20240524.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-nav .module-nav-container .module-nav-item {
        background-color: #eee;
        margin-right: 1px;
    }

    .module-nav .module-nav-container .nav-item-blank:last-child {
        margin-right: 0;
    }

    .module-nav .module-nav-container .module-nav-item.active:after {
        display: block;
        content: '';
        border-top: 12px solid #007db8;
        border-right: 7.5px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 7.5px solid transparent;
        width: 0;
        height: 0;
    }

    .module-list {
        width: 95%;
        margin: 0 auto;
    }

    .module-list-card {
        padding: 70px;
        height: 490px;
    }

    .module-list-card:hover {
        background-color: #f5f5f5;
    }

    .module-list-intro {
        vertical-align: top;
        height: 350px;
    }

    .module-list-intro div {
        display: inline-block;
        width: 45%;
    }

    .module-list-card-img {
        display: inline-block;
        margin-right: 50px;
        height: 350px;
        line-height: 350px;
        vertical-align: top;
    }

    .module-list-card-intro {
        width: 500px;
    }

    .module-list-card-intro .intro-time {
        color: #bfbfbf;
        vertical-align: top;
    }

    .span-float-right {
        float: right;
    }

    .module-list-card-intro .intro-title {
        display: inline-block;
        color: #000;
        font-size: 30px;
    }

    .module-list-more {
        position: absolute;
        right: 11%;
    }

    .module-product {
        width: 95%;
        margin: 0 auto;
    }

    .module-product-card {
        padding: 70px;
        height: 590px;
    }

    .module-product-intro {
        vertical-align: top;
    }

    .module-product-intro div {
        display: inline-block;
        width: 45%;
    }

    .module-product-card-img {
        display: inline-block;
        margin-right: 50px;
        height: 350px;
        line-height: 350px;
        vertical-align: top;
    }

    .module-product-card-intro {
        width: 500px;
    }

    .module-product-card-intro .intro-time {
        color: #bfbfbf;
        vertical-align: top;
    }

    .span-float-right {
        float: right;
    }

    .module-product-card-intro .intro-title {
        display: inline-block;
        color: #000;
        font-size: 30px;
    }

    .module-product-more {
        position: absolute;
        right: 11%;
    }

    .intro-para {
        color: #57595c;
        font-size: 16px;
        text-indent: 32px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }

    .intro-para:first-of-type {
        margin-top: 60px;
    }

    .module-mobile-more {
        display: none;
    }

    .module-nav .module-nav-container .module-nav-item.active {
        background-color: #007db8;
    }

    .module-nav .module-nav-container .module-nav-item.active a {
        color: #fff;
    }

    .module-detail {
        width: 90%;
        margin: 0 auto;
    }

    .module-detail-header {
        text-align: center;
    }

    .module-detail-header &gt; span {
        display: block;
        margin: 5px 0;
    }

    .module-detail-article {
        margin-top: 45px;
    }

    .module-detail-title {
        font-weight: bold;
        font-size: large;
    }

    .module-detail-subtitle {
        margin: 45px 0 40px;
    }

    .module-cor-img-group {
        display: none;
    }

    .cor-img {
        margin: 10px 0;
    }

    .cor-list ul {
        max-width: 960px;
        text-align: center;
        margin: 40px 0;
        padding: 0;
    }

    .cor-list ul li.cor-item {
        display: inline-block;
        width: 14.2%;
        color: #e0e0e0;
        cursor: pointer;
    }

    .cor-list ul li.active {
        color: #000;
        font-weight: bold;
    }

    .module-history {
        width: 60%;
        margin: 70px auto;
    }

    .contact-us-map {
        float: left;
        margin-right: 100px;
        width: 600px;
        height: 680px;
    }

    .contact-us-contact {
        width: 200px;
        float: left;
    }

    .contact-us-card span {
        display: block;
    }

    .contact-us-card .contact-us-content {
        font-size: 16px;
        margin-top: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1280px) {
    .span-letter-space {
        letter-spacing: 3px;
    }

    .module-backPic-product {
        width: 100%;
        height: 90px;
        background: url(/img/product_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .module-backPic-news {
        width: 100%;
        height: 90px;
        background: url(/img/news_pc.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-about-us {
        width: 100%;
        height: 90px;
        background: url(/img/about_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-backPic-content {
        width: 100%;
        height: 90px;
        background: url(/img/content_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .module-backPic-success {
        width: 100%;
        height: 90px;
        background: url(/img/success_pc20240524.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .module-product {
        width: 1144px;
        margin: 50px auto;
    }

    .module-product-card {
        padding: 70px;
        height: 490px;
    }

    .module-product-card:hover {
        background-color: #f5f5f5;
    }

    .module-product-intro {
        vertical-align: top;
    }

    .module-product-intro div {
        display: inline-block;
    }

    .module-product-card-img {
        margin-right: 50px;
        height: 350px;
        line-height: 350px;
        vertical-align: top;
    }

    .module-product-card-intro {
        width: 500px;
    }

    .module-product-card-intro .intro-time {
        color: #bfbfbf;
        vertical-align: top;
    }

    .span-float-right {
        float: right;
    }

    .module-product-card-intro .intro-title {
        display: inline-block;
        color: #000;
        font-size: 30px;
    }

    .module-product-more {
        position: absolute;
        right: 7%;
    }

    .module-list {
        width: 1144px;
        margin: 0 auto;
    }

    .module-list-card {
        padding: 70px;
        height: 490px;
    }

    .module-list-card:hover {
        background-color: #f5f5f5;
    }

    .module-list-intro {
        vertical-align: top;
        height: 350px;
    }

    .module-list-intro div {
        display: inline-block;
        width: 45%;
    }

    .module-list-card-img {
        margin-right: 50px;
        height: 350px;
        line-height: 350px;
        vertical-align: top;
    }

    .module-list-card-intro {
        width: 500px;
    }

    .module-list-card-intro .intro-time {
        color: #bfbfbf;
        vertical-align: top;
        margin-top: 10px;
    }

    .span-float-right {
        float: right;
    }

    .module-list-card-intro .intro-title {
        display: inline-block;
        color: #000;
        font-size: 30px;
    }

    .module-list-more {
        position: absolute;
        right: 7%;
    }

    .intro-para {
        color: #57595c;
        font-size: 16px;
        text-indent: 32px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }

    .intro-para:first-of-type {
        margin-top: 60px;
    }

    .module-nav .module-nav-container .module-nav-item {
        background-color: #eee;
        margin-right: 1px;
    }

    .module-nav .module-nav-container .nav-item-blank:last-child {
        margin-right: 0;
    }

    .module-nav .module-nav-container .module-nav-item.active:after {
        display: block;
        content: '';
        border-top: 12px solid #007db8;
        border-right: 7.5px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 7.5px solid transparent;
        width: 0;
        height: 0;
    }

    .module-mobile-more {
        display: none;
    }

    .module-nav .module-nav-container .nav-item-notBlank {
        /*width: 285px;*/
    }

    .module-nav .module-nav-container .module-nav-item a {
        color: #737373;
    }

    .module-nav .module-nav-container .module-nav-item.active {
        background-color: #007db8;
    }

    .module-nav .module-nav-container .module-nav-item.active a {
        color: #fff;
    }

    /*.recruit-card {
        margin-top: 80px;
        margin-right: 50px;
    }*/

    .recruit-card:hover {
        background-color: #f5f5f5;
    }

    /*.recruit-card:last-child {
        margin-bottom: 100px;
    }*/

    /*.recruit-card .card-pic {
        width: 120px;
    }

    .recruit-card .card-pic img {
        width: 120px;
    }*/

    /*.recruit-card .card-text .card-describe {
        margin-top: 30px;
    }

    .recruit-card .card-text .card-title {
        font-weight: bold;
        font-size: 30px;
    }*/

    .module-history {
        width: 60%;
        margin: 70px auto;
    }

    .module-detail {
        width: 960px;
        margin: 0 auto;
    }

    .module-detail-header {
        text-align: center;
    }

    .module-detail-header &gt; span {
        display: block;
        margin: 5px 0;
    }

    .module-detail-article {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .module-detail-title {
        font-weight: bold;
        font-size: 30px;
    }

    .module-detail-remark {
        color: rgb(193, 193, 193);
    }

    .module-detail-subtitle {
        margin: 45px 0 40px;
    }

    .contact-us-map {
        float: left;
        margin-right: 100px;
        width: 600px;
        height: 680px;
    }

    .contact-us-contact {
        width: 200px;
        float: left;
    }

    .contact-us-card span {
        display: block;
    }

    .contact-us-card .contact-us-content {
        font-size: 16px;
        margin-top: 12px;
        line-height: 16px;
    }

    .module-cor-img-group {
        display: none;
    }

    .cor-img {
        margin: 10px 0;
    }

    .cor-list ul {
        max-width: 960px;
        text-align: center;
        margin: 40px 0;
        padding: 0;
    }

    .cor-list ul li.cor-item {
        display: inline-block;
        width: 14.2%;
        color: #e0e0e0;
        cursor: pointer;
    }

    .cor-list ul li.active {
        color: #000;
        font-weight: bold;
    }

    /*.recruit-card .card-pic div {
        display: table-cell;
        height: 230px;
        vertical-align: middle;
    }*/
}
.slideunlock-wrapper{
    width: 80%;
    position: relative;
    padding: 0px;
    background: #ECF0F1;
    margin: 0 auto;
    color: #4C4948;
}
.slideunlock-slider{
    padding: 10px 20px;
    position: relative;
    border-radius: 2px;
    background-color: #eee;
    overflow: hidden;
    text-align: center;
}
.slideunlock-slider.success{
    background-color: #78c32f;
}
.slideunlock-label{
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(94, 191, 227);
    z-index: 999;
    border-radius: 2px;
    cursor: pointer;
}
.slideunlock-label-tip{
    z-index: 9;
    color: #fff;
}


/* for success page */
.demo-block__title {
    border-top: 2px solid rgb(74, 112, 160);
    margin-bottom: 10px;
}
.demo-block__title span {
    color: rgb(74, 112, 160);
    font-size: 20px;
    background: rgb(228, 233, 239);
    display: inline-block;
    padding: 8px 16px;
    font-weight: bold;
}
.demo-block__list.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.demo-block__item {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.demo-block__item img {
    float: left;
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    flex-shrink: 0;
}
.demo-block__item-name {
    float: left;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
}

/* apply for test */

  .wrd-trail {
    background-image: url('/img/trail_bg.png');
    background-size: cover;
    width: 100vw;
    padding-bottom: 42px;
    margin-left: calc(480px - 50vw);
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .wrd-trail__wrap {
    display: flex;
    width: 1440px;
    margin: 0 auto;
    padding: 0px;
  }
  .wrd-trail__form_wrap {
    width: 34.72%;
    margin-left: 12.7%;
  }
  .wrd-trail__form_wrap h2{
    margin-top: 39px;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  .wrd-trail__form {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 10px 1px rgba(64, 149, 229, 0.37);
    padding: 25px 50px 28px;
    position: relative;
  }
  .wrd-trail__form .bg-danger{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    color: rgba(208, 52, 58, 100);
    margin-bottom: 0px;
    text-align: center;
  }
  .wrd-trail__form .form-group{
    margin-bottom: 8px;
  }
  .wrd-trail__form label.control-label{
    line-height: 1.5;
    font-size: 16px;
    color: rgba(16, 16, 16, 1);
    font-weight: normal;
    margin-bottom: 8px;
  }
  .wrd-trail__form .has-error label.control-label {
    color: #D0343A;
  }
  .wrd-trail__form .has-error .form-control {
    border-color: #D0343A;
  }
  .wrd-trail__form .has-error .form-control::placeholder{
    color: #D0343A;
  }
  .wrd-trail__form .has-error .radio-inline{
    color: #D0343A;
  }
  .wrd-trail__form label.control-label .require{
    margin-left: 2px;
    color: rgba(208, 52, 58, 100);
  }
  .wrd-trail__form input[type='text']{
    height: 38px;
  }
  .wrd-trail__form input[type='text'],
  .wrd-trail__form textarea {
    border: 1px solid rgb(187, 187, 187);
    padding: 9px 10px;
    border-radius: 5px;
  }
  .wrd-trail__form textarea {
    height: 50px;
  }
  .wrd-trail__form input[type='text']:focus,
  .wrd-trail__form textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .wrd-trail__form .radio-inline {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .wrd-trail__form .radio-wrap {
    margin-left: -15px;
    margin-top: -6px;
    margin-bottom: -6px;
    text-align: justify;
  }
  .wrd-trail__form .radio-inline +.radio-inline {
  }
  .wrd-trail__form_info {
    margin-top: 12px;
    color: rgba(190, 190, 190, 1);
    font-size: 16px;
    line-height: 1.5;
  }
  .wrd-trail__form_code.slideunlock-wrapper{
    width: 100%;
    border-radius: 5px;
  }
  .wrd-trail__form_code .slideunlock-slider {
    border-radius: 5px;
    padding: 10px 60px;
  }
  .wrd-trail__form_code .slideunlock-label{
    background-color: rgb(64, 149, 229);
    border-radius: 5px;
    width: 120px;
  }
  .wrd-trail__form_code .slideunlock-slider.success{
    background-color: rgb(136,210,171);
    color: rgb(63 159 108);
  }
  .wrd-trail__form_code .slideunlock-label:hover{
    background-color: rgb(117 185 249);
    border-color: rgb(117 185 249);
  }
  .wrd-trail__form_btn {
    width: 100%;
    margin-top: 0px;
    padding: 9px 12px;
    background-color: rgb(64, 149, 229);
  }
  .wrd-trail__form_btn.btn-info:hover,
  .wrd-trail__form_btn.btn-info:focus{
    background-color: rgb(117 185 249);
    border-color: rgb(117 185 249);
    outline: none;
  }
  .wrd-trail__contact {
    margin-top: 39px;
    flex: 1 1 0;
    width: 0px;
  }
  .wrd-trail__contact h2{
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    text-align: center;
    margin-bottom: 132px;
    letter-spacing: 2px;
    margin-top: 0px;
  }
  .wrd-trail__qrcode {
    text-align: center;
  }
  .wrd-trail__qrcode img{
    width: 250px;
    height: 250px;
  }
  ul.wrd-trail__info {
    margin-top: 102px;
    width: 178px;
    font-size: 20px;
    text-align: justify;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    position: relative;
    letter-spacing: 4px;
  }
  ul.wrd-trail__info li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(64, 149, 229);
    display: block;
    position: absolute;
    top: 14px;
    left: -15px;
  }
  ul.wrd-trail__info li{
    position: relative;
  }
  ul.wrd-trail__info li+li{
    margin-top: 14px;
  }
  .wrd-trail__modal {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 4px rgba(153, 153, 153, 0.2);
    position: absolute;
    top: 233px;
    left: 20px;
    right: 20px;
    text-align: center;
    padding: 33px 0;
    display: none;
  }
  .wrd-trail__modal__icon {
    color: #81B337;
    fill: #81B337;
    margin-bottom: 33px;
    font-size: 60px;
  }
  .wrd-trail__modal__desc {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(16, 16, 16, 1);
  }
  .wrd-trail__modal__desc p{
    margin-bottom: 0px;
  }
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .wrd-trail__wrap {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .wrd-trail {
    margin-left: -5vw;
    margin-top: -45px;
    margin-bottom: 0px;
  }
  .wrd-trail__wrap {
    width: 100%;
  }
  .wrd-trail__form_wrap {
    width: 45%;
    margin-left: 30px;
  }
  .wrd-trail__modal__desc {
    font-size: 16px;
  }
  .wrd-trail__form_code .slideunlock-slider {
    padding: 10px 40px;
  }
  .wrd-trail__form_code .slideunlock-label{
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .wrd-trail {
    width: 100vw;
    padding-bottom: 62px;
    margin-left: -5vw;
    margin-top: -30px;
    margin-bottom: 0px;
  }
  .wrd-trail h1{
    font-size: 20px;
    font-weight: bold;
  }
  .wrd-trail__wrap {
    flex-direction: column;
    width: 100%;
    padding: 0px
  }
  .wrd-trail__form_wrap {
    width: auto;
    margin: 0 12px;
  }
  .wrd-trail__form {
    padding: 25px 35px;
  }

  .wrd-trail__form input[type='text']{
    height: 34px;
  }
  .wrd-trail__form_code .slideunlock-slider {
    padding: 10px 30px;
  }
  .wrd-trail__form_code .slideunlock-label{
    width: 60px;
  }
  .wrd-trail__form_btn {
    padding: 6px 12px;
    margin-top: 0px;
  }
  .wrd-trail__form_info {
    font-size: 14px;
    margin-top: 12px;
  }
  .wrd-trail__contact {
    margin-top: 36px;
    width: 100%;
  }
  .wrd-trail__form_wrap h2{
    margin-top: 36px;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
  }
  .wrd-trail__contact h2{
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
  }
  ul.wrd-trail__info {
    margin-top: 94px;
    font-size: 18px;
  }
  ul.wrd-trail__info li::before{
    top: 11px;
  }
  .wrd-trail__modal {
    width: 100%;
    left: 0px;
    top: 230px;
    padding: 25px 0;
  }
  .wrd-trail__modal__icon {
    margin-bottom: 18px;
    font-size: 40px;
  }
  .wrd-trail__modal__desc {
    font-size: 16px;
  }
}
/** header **/
@media (min-width: 1280px) {
  .module-backPic-trail {
    width: 100%;
    height: 90px;
    background: url(/img/trail_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .module-backPic-trail {
    width: 100%;
    height: 50px;
    background: url(/img/trail_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .module-backPic-trail {
    width: 100%;
    height: 50px;
    background: url(/img/trail_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1010px;
  }
}
@media screen and (max-width: 600px) {
  .module-backPic-trail {
    width: 100%;
    height: 50px;
    background: url(/img/mobile-trail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; 
  }
}
</pre></body></html>